--> -->
 
 
NameError
Python 3.4.3: /home/pbab0rnfutty/.local/bin/python3
Sun Sep 14 13:53:54 2025

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/pbab0rnfutty/public_html/cgi-bin/URLDISPATCHER.py in ()
    113 
    114             i = i + 1
=>  115     title = 'Profile Cricketer ' + playerName
    116     desc = title + ';' + 'Teams:' + playerTeamName
    117     fileData = fileData.replace("{OGTitle}", title)
title undefined, playerName undefined

NameError: name 'playerName' is not defined
      args = ("name 'playerName' is not defined",)
      with_traceback = <built-in method with_traceback of NameError object>